From: Richard M. Stallman Date: Sun, 15 May 1994 05:23:58 +0000 (+0000) Subject: (LOCALTIME_CACHE): Define, if not OSF1. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~91558 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=10b713db35a01b1108ac73a4dfc4ab9d6a1c231f;p=emacs.git (LOCALTIME_CACHE): Define, if not OSF1. --- diff --git a/src/m/pmax.h b/src/m/pmax.h index fcead9e6a78..9bd4ee4495c 100644 --- a/src/m/pmax.h +++ b/src/m/pmax.h @@ -50,6 +50,11 @@ NOTE-END */ #define HAVE_ALLOCA #endif +#ifndef OSF1 +/* Ultrix saves the time zone in core; must clear it. */ +#define LOCALTIME_CACHE +#endif + /* mcc@timessqr.gc.cuny.edu says this makes Emacs work with DECnet. */ #ifdef HAVE_LIBDNET #define LIBS_MACHINE -ldnet